home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Quotations.app / English.lproj / Quotations.nib / data.classes next >
Encoding:
Text File  |  1992-03-21  |  498 b   |  43 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. QueryField = {
  7.     ACTIONS = {
  8.     prevQ:;
  9.     nextQ:;
  10.     };
  11.     SUPERCLASS = TextField;
  12. };
  13. Oxq = {
  14.     ACTIONS = {
  15.     enterSelection:;
  16.     print:;
  17.     help:;
  18.     search:;
  19.     findPanel:;
  20.     quit:;
  21.     lookup:;
  22.     prevQ:;
  23.     byQuote:;
  24.     showAbout:;
  25.     preferences:;
  26.     quoteBtnHit:;
  27.     pageLayout:;
  28.     contents:;
  29.     };
  30.     OUTLETS = {
  31.     oxqWindow;
  32.     numFound;
  33.     queryButton;
  34.     prevQ;
  35.     quotes;
  36.     byQuote;
  37.     nextQ;
  38.     query;
  39.     search;
  40.     };
  41.     SUPERCLASS = Application;
  42. };
  43.